'Declaration
Public Overloads Shared Function GetBounds( _ ByVal x() As System.Double, _ ByVal y() As System.Double, _ ByVal start As System.Integer, _ ByVal count As System.Integer _ ) As NRectangleD
'Usage
Dim x() As System.Double Dim y() As System.Double Dim start As System.Integer Dim count As System.Integer Dim value As NRectangleD value = NGeometry2D.GetBounds(x, y, start, count)
public static NRectangleD GetBounds( System.double[] x, System.double[] y, System.int start, System.int count )
Parameters
- x
- y
- start
- count